/* CSS Document */
body {
    background-image: url(images/bj.jpg);
    background-repeat: repeat-x;
    margin-top: 0px;
}

#container {
    top: 0px;
    width: 800px;
    position: relative;
    margin: 0 auto;
}

#header {
    width: 875px;
    height: 155px;
    position: relative;
    margin: 0 auto;
}

#logo {
    background-image: url(images/logo.jpg);
    width: 181px;
    height: 145px;
    z-index: 9;
    position: absolute;
    top: 5px;
    left: 25px;
    display: block;
}

#slogan {
    background: url(images/slogan.jpg);
    width: 346px;
    height: 42px;
    left: 414px;
    position: absolute;
    top: 84px;
}

#content {
    width: 775px;
    position: relative;
    min-height: 400px;
    top: 35px;
    margin-left: 0px;  /* was 41px */
    z-index: 15;
}

#frontpic {
    width: 200px;
    height: 273px;
    position: absolute;
    top: 25px;
    left: 515px;
    background-image: url(images/cow.jpg)
}

#text {
    width: 475px;
    position: relative
}
